home *** CD-ROM | disk | FTP | other *** search
/ Digital Video Editing Workshop / Digital Video Editing Workshop - DVCAM - VidWave III.BIN / AUTORUN.INF next >
Windows Autorun File  |  2000-01-21  |  847b  |  25 lines

  1. [autorun]
  2. open=cdmenu.exe
  3. icon=cdmenu.exe
  4.  
  5.  
  6. [General]
  7. ; =============================================================================
  8. ; NOTE:
  9. ;   cdmenu.exe assumes that AUTORUN.INF is at root of current drive.
  10. ;
  11. ; General Definition:
  12. ;   SetupKey       Registry key to search for to confirm that program is installed
  13. ;   UninstallKey   Registry key for uninstalling
  14. ;   Setup          path the setup - run if SetupKey is not found
  15. ;   ProgramClass   Window Class to check if its running
  16. ; =============================================================================
  17.  
  18. SetupKey=SOFTWARE\MGI\VideoWave\3.0
  19. UninstallKey=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MGI_VideoWave_V1_0
  20. Setup=setup.exe
  21. ProgramClass=VideoWave Class
  22. DirectoryKey=SOFTWARE\MGI\VideoWave\Directories
  23. PathKey=SOFTWARE\MGI\VideoWave\autorun
  24.  
  25.